# -*- Mode:Text; Tab-width:4 -*-
#                                                                          
#                                                                          
#                       RESTRICTED RIGHTS LEGEND                           
#                                                                          
#  Use, duplication, or disclosure by the Government is subject to         
#  restrictions as set forth in subdivision (c)(1)(ii) of the Rights in    
#  Technical Data and Computer Software clause at 252.227-7013.            
#                                                                          
#                     TEXAS INSTRUMENTS INCORPORATED.                      
#                             P.O. BOX 149149                              
#                          AUSTIN, TEXAS 78714-9149                        
#                               MS 2151                                    
#                                                                          
#   Copyright (C) 1987,1988,1989,1990 Texas Instruments Incorporated.            
#   All rights reserved.                                                   
#                                                                          

# Makefile for nupi.

# Rule Customization
#11/30/89 sbw added mxCIncludes and mxPInterfaces
COptions = {CFlags} -i {addin-comm} -i {utility} -i {libs} -i {driver} -i {mxCIncludes}
POptions = {PFlags} -i {maclispm},{mxPInterfaces},{pinterfaces},{addin-comm},{window},{utility}

nupi.o	   	nupi.c.o  read_startup.c.o
	lib -d -p -o nupi.o -sn main=nupi 
	    nupi.c.o read_startup.c.o
 
disk.o	   	nupi.p.o  diskcmds.p.o makepfiles.p.o
	lib -d -p -o disk.o -sn Main=disk nupi.p.o diskcmds.p.o  makepfiles.p.o
		
nupi.p.o  nupi.p startupintf.p

diskcmds.p.o  diskcmds.p startupintf.p

makepfiles.p.o  makepfiles.p

read_startup.c.o  read_startup.c read_startup.h
